projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44e402
)
Update activity string after switching to next active buffer
author
Philip Kaludercic
<philipk@posteo.net>
Sun, 13 Jun 2021 18:00:59 +0000
(20:00 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sun, 13 Jun 2021 18:00:59 +0000
(20:00 +0200)
* rcirc.el (rcirc-next-active-buffer): Call rcirc-update-activity-string
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index 50ddb6ca0506dde47f1c6c65e00c450854e08a83..400facf3440cdc3c9625dbc7215add27519aad3d 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-2154,7
+2154,8
@@
With prefix ARG, go to the next low priority buffer with activity."
(concat
" Type C-u " (key-description (this-command-keys))
" for low priority activity.")
- "")))))
+ ""))))
+ (rcirc-update-activity-string))
(define-obsolete-variable-alias 'rcirc-activity-hooks
'rcirc-activity-functions "24.3")